projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
13c258e
ea053e3
)
Auto merge of #5512 - Eh2406:simplify_FeatureValue, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 10 May 2018 21:13:05 +0000
(21:13 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 10 May 2018 21:13:05 +0000
(21:13 +0000)
simplify build_requirements
use InternedString's ability to be a &'static str to appease the borrow checker
This "slight workaround" was added in #5270. So @djc does this still look correct and an improvement?
Trivial merge